X-Git-Url: https://permondes.de/gitweb/Analog_Engine.git/blobdiff_plain/6e4089e8217c971c0154c414f5fed5d0807d179e..HEAD:/scripts/TP1%2009.26%20rope%20over%20table%20edge.DELACE diff --git a/scripts/TP1 09.26 rope over table edge.DELACE b/scripts/TP1 09.26 rope over table edge.DELACE deleted file mode 100644 index efff3ea..0000000 --- a/scripts/TP1 09.26 rope over table edge.DELACE +++ /dev/null @@ -1,16 +0,0 @@ -# a rope slides frictionlessly down the edge of a table -# x'' = g/l * x - -coefficient(1): 1 -> x0' # initial speed -coefficient(2): -1 -> -x0 # initial length of rope already over the edge of the table -coefficient(3): g/l # gravity constant (g) devided by the length of the rope (l) - -iintegrate (x'') -> -x': - IC: x0' -iintegrate (-x') -> x: - IC: -x0 -x * g/l -> g/l*x = x'' - -# note: positive x-axis in the direction of the falling rope (so down) -# for visualization, -x is displayed -invert (x) -> -x # goes to output x